速報APP / 教育 / Graph Algorithms

Graph Algorithms

價格:免費

更新日期:2018-09-14

檔案大小:1.7M

目前版本:1.0.1

版本需求:Android 4.1 以上版本

官方網站:mailto:gerardogtn@gmail.com

Graph Algorithms(圖1)-速報App

Graphs can be confusing, and graph algorithms may be complex. With graph algorithms you can create directed and undirected graphs, or (if you want something fancier) you can import or export graphs to gexf format (we limit import graphs to 50 nodes to avoid performance problems). The algorithms that we currently support are:

Depth First Search

Graph Algorithms(圖2)-速報App

Breadth First Search

Prim Minimum Spanning Tree

Graph Algorithms(圖3)-速報App

Kruskal Minimum Spanning Tree

Djikstra's shortest path

Graph Algorithms(圖4)-速報App

Bellman Ford

Floyd Warshall

Graph Algorithms(圖5)-速報App

You can visualize the animations with default delay times or you can check out the step by step mode.